projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8936af
)
Document that read_manifest command is deprecated
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Sun, 2 Oct 2016 14:20:45 +0000
(17:20 +0300)
committer
Aleksey Kladov
<aleksey.kladov@gmail.com>
Sun, 2 Oct 2016 14:20:45 +0000
(17:20 +0300)
src/bin/read_manifest.rs
patch
|
blob
|
history
diff --git
a/src/bin/read_manifest.rs
b/src/bin/read_manifest.rs
index 1cbb0cff8c4c30e34548055ebf7e60754c43053e..bd44b0ad5816701b581a5140f24f4ad980715b64 100644
(file)
--- a/
src/bin/read_manifest.rs
+++ b/
src/bin/read_manifest.rs
@@
-11,7
+11,8
@@
pub struct Options {
}
pub const USAGE: &'static str = "
-Print a JSON representation of a Cargo.toml manifest
+Deprecated, use `cargo metadata --no-deps` instead.
+Print a JSON representation of a Cargo.toml manifest.
Usage:
cargo read-manifest [options]